You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.Flip Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.Flip Method

Flips the real and imaginary part of complex number.

Syntax
C#
Visual Basic
public TOpenCLValue Flip([In] TOpenCLValue X);

Performs the following transformation: 

a + i*bi ==> b + i*a 

Method flips the real and imaginary part of complex number X and stores the result in the calling object.

Flip, Conj

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!